UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

There must be no .netrc files on the system.


Overview

Finding ID Version Rule ID IA Controls Severity
V-913 GEN002000 SV-913r2_rule IAIA-1 IAIA-2 Medium
Description
Unencrypted passwords for remote FTP servers may be stored in .netrc files. Policy requires passwords be encrypted in storage and not used in access scripts.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-02-26

Details

Check Text ( C-404r2_chk )
Check the system for the existence of any .netrc files.

Procedure:
# find / -name .netrc

If any .netrc file exists, this is a finding.
Fix Text (F-1067r3_fix)
Remove the .netrc file(s).

Procedure:
# rm .netrc